Skip to content

Add local OpenClaw runtime dashboard#1

Open
readingwuzel-ux wants to merge 2 commits intomainfrom
feat/openclaw-runtime-dashboard
Open

Add local OpenClaw runtime dashboard#1
readingwuzel-ux wants to merge 2 commits intomainfrom
feat/openclaw-runtime-dashboard

Conversation

@readingwuzel-ux
Copy link
Copy Markdown
Collaborator

@readingwuzel-ux readingwuzel-ux commented Mar 18, 2026

🚀 What changed

This PR turns the repo from a minimal Svelte starter into a local-first OpenClaw runtime dashboard, then adds a second pass focused on the Idea Incubator workspace UI.

Included changes

  • add server-side monitoring logic to inspect a local OpenClaw install
  • expose monitor data through an API endpoint
  • replace the starter page with a proper dashboard UI
  • add environment path configuration via .env.example
  • document the local-first development workflow in the README
  • add the Idea Incubator backend + API route for file-backed idea operations
  • add shared app styling in src/lib/app.css
  • rework the incubator UI into a wider workspace layout with a stronger board/detail flow

🧠 Why this matters

The PR establishes the repo as an actual OpenClaw tool instead of a scaffold. It gives you:

  • visibility into runtime/config/workspace state
  • a file-backed incubator workflow
  • a much more usable UI for capturing ideas, browsing lanes, and inspecting artifacts

📁 Main areas touched

  • src/lib/server/monitor.ts
  • src/routes/api/monitor/+server.ts
  • src/lib/server/idea-incubator.ts
  • src/routes/api/incubator/+server.ts
  • src/routes/+page.server.ts
  • src/routes/+page.svelte
  • src/lib/app.css
  • README.md
  • .env.example

✅ Validation

  • project check/build completed during the UI follow-up work
  • changes include both the initial dashboard implementation and the later incubator UX refinement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant